type crypto/cipher.aesCtrWrapper
3 uses
crypto/cipher (current package)
ctr.go#L43: return aesCtrWrapper{aes.NewCTR(block, iv)}
ctr.go#L67: type aesCtrWrapper struct {
ctr.go#L71: func (x aesCtrWrapper) XORKeyStream(dst, src []byte) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)